home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 October / PCWorld_2006-10_cd.bin / multimedia / xnview / XnView-win.exe / {app} / WebTemplate / Foo[Silver] / fooby.css next >
Cascading Style Sheet File  |  2005-06-16  |  1KB  |  86 lines

  1. /*
  2. Common
  3. */
  4. body, h1, table, td, a {
  5.  font-family: verdana, helvetica, arial, sans-serif;
  6. }
  7. body {
  8.  font-size: 80%;
  9.  color: #000;
  10.  background: #eee;
  11.  margin-left: 2%;
  12.  margin-right: 2%;
  13.  margin-top: 1.5em;
  14.  margin-bottom: 1.5em;
  15. }
  16. h1 {
  17.  color: #000;
  18.  font-weight: bold;
  19.  margin: 0;
  20.  font-size: 160%;
  21. }
  22. a:link, a:visited {
  23.  color: #555;
  24.  background: transparent;
  25.  text-decoration: underline;
  26. }
  27. a:active, a:hover {
  28.  color: #333;
  29.  background: transparent;
  30.  text-decoration: underline;
  31. }
  32. img {
  33.  border: none;
  34. }
  35. .center {
  36.  width: auto;
  37.  margin-left: auto;
  38.  margin-right: auto;
  39.  text-align: center;
  40. }
  41. div.footer {
  42.  font-style: italic;
  43. }
  44.  
  45. /*
  46. Thumbs
  47. */
  48. table {
  49.  background: #fff;
  50.  border: 1px solid #999;
  51.  margin: 1em 0 1.25em 0;
  52.  padding: 2px;
  53. }
  54. td {
  55.  background: #eee;
  56.  border: 1px solid #999;
  57.  width: auto;
  58.  line-height: 110%;
  59.  vertical-align: baseline;
  60. }
  61. div.caption {
  62.  font-size: 90%;
  63. }
  64.  
  65. /*
  66. Page
  67. */
  68. div#navt, div#navb {
  69.  margin-top: 1em;
  70.  margin-bottom: 1em;
  71. }
  72. div#navt a, div#navb a {
  73.  text-decoration: none;
  74. }
  75. div.content {
  76.  background: #fff;
  77.  border: 1px solid #999;
  78.  margin: 1em auto 1em auto;
  79. }
  80. div.content#pic {
  81.  padding: 10px;
  82. }
  83. div.content#caption {
  84.  min-width: 160px;
  85.  padding: 5px 10px 5px 10px ;
  86. }